python3Packages.here-transit: fix version in pyproject.toml
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
async-timeout,
|
||||
yarl,
|
||||
aresponses,
|
||||
pyprojectVersionPatchHook,
|
||||
pytest-asyncio,
|
||||
pytestCheckHook,
|
||||
}:
|
||||
@@ -28,6 +29,10 @@ buildPythonPackage rec {
|
||||
sed -i "/^addopts/d" pyproject.toml
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
pyprojectVersionPatchHook
|
||||
];
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user