Merge pull request #173910 from dotlambda/rdflib-typo

python3Packages.rdflib: fix typo
This commit is contained in:
Martin Weinelt
2022-05-22 00:50:23 +02:00
committed by GitHub
@@ -43,7 +43,7 @@ buildPythonPackage rec {
importlib-metadata
];
passthru.extra-requires = {
passthru.extras-require = {
html = [
html5lib
];
@@ -55,8 +55,8 @@ buildPythonPackage rec {
checkInputs = [
pytestCheckHook
]
++ passthru.extra-requires.networkx
++ passthru.extra-requires.html;
++ passthru.extras-require.networkx
++ passthru.extras-require.html;
pytestFlagsArray = [
# requires network access