python3Packages.ansible-lint: fix version detection
This commit is contained in:
parent
7cd876f22d
commit
f846985b6a
@ -2,7 +2,7 @@
|
|||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, isPy27
|
, isPy27
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, python
|
, setuptools-scm
|
||||||
, ansible
|
, ansible
|
||||||
, enrich
|
, enrich
|
||||||
, flaky
|
, flaky
|
||||||
@ -27,7 +27,9 @@ buildPythonPackage rec {
|
|||||||
sha256 = "sha256-tnuWKEB66bwVuwu3H3mHG99ZP+/msGhMDMRL5fyQgD8=";
|
sha256 = "sha256-tnuWKEB66bwVuwu3H3mHG99ZP+/msGhMDMRL5fyQgD8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ python ];
|
nativeBuildInputs = [
|
||||||
|
setuptools-scm
|
||||||
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
ansible
|
ansible
|
||||||
|
Loading…
x
Reference in New Issue
Block a user