py-doxypy conflicts python3 (#6916)

* py-doxypy conflicts python3

* change conflicts to depends_on
This commit is contained in:
healther 2018-01-14 05:07:14 +01:00 committed by Adam J. Stewart
parent 25bcabec98
commit 8c648a73bc

View file

@ -32,3 +32,5 @@ class PyDoxypy(PythonPackage):
url = "https://pypi.io/packages/source/d/doxypy/doxypy-0.3.tar.gz"
version('0.3', '3b52289e0962d31b92af8be0eef8cbb2')
depends_on('python@:2.8')