modified: l/loom/loom-0.9-Py-3.6.eb

Former-commit-id: fb57fc1c9ebb8d5470aa5b3a4f22e1c169f16032
This commit is contained in:
Lukáš Krupčík 2018-05-30 13:42:14 +02:00
parent 70f82f6e39
commit 9a907edefb

View File

@ -22,7 +22,7 @@ prebuildopts = 'cd python && '
preinstallopts = 'cd python && '
sanity_check_paths = {
'files': ['lib/python3.6/site-packages/loom-0.8-py3.6.egg'],
'files': ['lib/python3.6/site-packages/loom-0.9-py3.6.egg'],
'dirs': ['lib'],
}