python3Packages.hatch-fancy-pypi-readme: remove superfluous pythonOlder
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
build,
|
||||
hatchling,
|
||||
tomli,
|
||||
typing-extensions,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -26,8 +25,7 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [
|
||||
hatchling
|
||||
]
|
||||
++ lib.optionals (pythonOlder "3.11") [ tomli ]
|
||||
++ lib.optionals (pythonOlder "3.8") [ typing-extensions ];
|
||||
++ lib.optionals (pythonOlder "3.11") [ tomli ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
build
|
||||
|
||||
Reference in New Issue
Block a user