python3Packages.pyhaversion: add missing semantic-version
This commit is contained in:
parent
b30dfc4f4b
commit
92bf2d7c03
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user