pythonPackages.pyamf: init at 0.8.0

This commit is contained in:
Tuomas Tynkkynen
2017-11-03 20:32:36 +02:00
parent 1b594f05a2
commit 1ec13ff726
2 changed files with 22 additions and 0 deletions

View File

@@ -220,6 +220,8 @@ in {
pyaes = callPackage ../development/python-modules/pyaes { };
pyamf = callPackage ../development/python-modules/pyamf { };
pyatspi = if isPy3k then callPackage ../development/python-modules/pyatspi { } else throw "pyatspi not supported for interpreter ${python.executable}";
pycairo = callPackage ../development/python-modules/pycairo { };