#1 add PyYAML dependency
Merged 7 years ago by psabata. Opened 7 years ago by nphilipp.
nphilipp/modulemd master--dependencies  into  master

file modified
+4 -1
@@ -24,5 +24,8 @@ 

          "Topic :: Software Development :: Libraries",

          "License :: OSI Approved :: MIT License",

      ],

-     test_suite = "tests"

+     test_suite = "tests",

+     install_requires = [

+         "PyYAML",

+         ],

  )

This way, running "python setup.py {develop,install}" installs the yaml Python package.

Pull-Request has been merged by psabata

7 years ago
Metadata