python3Packages.manifestoo-core: remove superfluous pythonOlder
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
{
|
||||
buildPythonPackage,
|
||||
typing-extensions,
|
||||
fetchPypi,
|
||||
lib,
|
||||
nix-update-script,
|
||||
hatch-vcs,
|
||||
pythonOlder,
|
||||
importlib-resources,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -22,10 +19,6 @@ buildPythonPackage rec {
|
||||
|
||||
nativeBuildInputs = [ hatch-vcs ];
|
||||
|
||||
propagatedBuildInputs =
|
||||
lib.optionals (pythonOlder "3.7") [ importlib-resources ]
|
||||
++ lib.optionals (pythonOlder "3.8") [ typing-extensions ];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user