python3Packages.pyhaversion: add missing semantic-version
This commit is contained in:
parent
b30dfc4f4b
commit
92bf2d7c03
|
@ -5,6 +5,7 @@
|
||||||
# propagatedBuildInputs
|
# propagatedBuildInputs
|
||||||
, aiohttp
|
, aiohttp
|
||||||
, async-timeout
|
, async-timeout
|
||||||
|
, semantic-version
|
||||||
# buildInputs
|
# buildInputs
|
||||||
, pytestrunner
|
, pytestrunner
|
||||||
# checkInputs
|
# checkInputs
|
||||||
|
@ -27,6 +28,7 @@ buildPythonPackage rec {
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
aiohttp
|
aiohttp
|
||||||
async-timeout
|
async-timeout
|
||||||
|
semantic-version
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Reference in New Issue