python3Packages.pyhaversion: add missing semantic-version

This commit is contained in:
makefu 2020-09-09 19:46:33 +02:00
parent b30dfc4f4b
commit 92bf2d7c03
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225

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 = [