Merge pull request #173910 from dotlambda/rdflib-typo
python3Packages.rdflib: fix typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user