python310Packages.awswrangler: don't use SPARQLWrapper alias
This commit is contained in:
parent
b5538baf6e
commit
d05b949906
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
{ backoff
|
{ backoff
|
||||||
, SPARQLWrapper
|
, sparqlwrapper
|
||||||
, boto3
|
, boto3
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
@ -75,7 +75,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
passthru.optional-dependencies = {
|
passthru.optional-dependencies = {
|
||||||
sqlserver = [ pyodbc ];
|
sqlserver = [ pyodbc ];
|
||||||
sparql = [ SPARQLWrapper ];
|
sparql = [ sparqlwrapper ];
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in a new issue