Merge pull request #97578 from makefu/pkgs/pyhaversion/fix

python3Packages.pyhaversion: add missing semantic-version
This commit is contained in:
WORLDofPEACE 2020-09-09 16:29:00 -04:00 committed by GitHub
commit 872f2b76c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@
# propagatedBuildInputs
, aiohttp
, async-timeout
, semantic-version
# buildInputs
, pytestrunner
# checkInputs
@ -27,6 +28,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
aiohttp
async-timeout
semantic-version
];
buildInputs = [