diff --git a/conjure-python-core/src/main/java/com/palantir/conjure/python/ConjurePythonGenerator.java b/conjure-python-core/src/main/java/com/palantir/conjure/python/ConjurePythonGenerator.java index 6aa6215c2..ba1fc8f1f 100644 --- a/conjure-python-core/src/main/java/com/palantir/conjure/python/ConjurePythonGenerator.java +++ b/conjure-python-core/src/main/java/com/palantir/conjure/python/ConjurePythonGenerator.java @@ -163,7 +163,7 @@ private PythonFile buildCondaMetaYamlFile() { .condaPackageName(config.packageName()) .packageVersion(config.packageVersion()) .addInstallDependencies("requests", "typing") - .addInstallDependencies(String.format("conjure--python-client >=%s,<%s", + .addInstallDependencies(String.format("conjure-python-client >=%s,<%s", config.minConjureClientVersion(), config.maxConjureClientVersion())) .build(); diff --git a/conjure-python-core/src/test/resources/services/expected/conda_recipe/meta.yaml b/conjure-python-core/src/test/resources/services/expected/conda_recipe/meta.yaml index 3e3c5ccd6..3a7e708c4 100644 --- a/conjure-python-core/src/test/resources/services/expected/conda_recipe/meta.yaml +++ b/conjure-python-core/src/test/resources/services/expected/conda_recipe/meta.yaml @@ -16,10 +16,10 @@ requirements: - setuptools - requests - typing - - conjure--python-client >=1.0.0,<2 + - conjure-python-client >=1.0.0,<2 run: - python - requests - typing - - conjure--python-client >=1.0.0,<2 + - conjure-python-client >=1.0.0,<2 diff --git a/conjure-python-core/src/test/resources/types/expected/conda_recipe/meta.yaml b/conjure-python-core/src/test/resources/types/expected/conda_recipe/meta.yaml index 3e3c5ccd6..3a7e708c4 100644 --- a/conjure-python-core/src/test/resources/types/expected/conda_recipe/meta.yaml +++ b/conjure-python-core/src/test/resources/types/expected/conda_recipe/meta.yaml @@ -16,10 +16,10 @@ requirements: - setuptools - requests - typing - - conjure--python-client >=1.0.0,<2 + - conjure-python-client >=1.0.0,<2 run: - python - requests - typing - - conjure--python-client >=1.0.0,<2 + - conjure-python-client >=1.0.0,<2