From 96d730707f62ef6e8e39f2d5e706bec3f80293e1 Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Mon, 21 Aug 2023 05:33:47 -0400 Subject: [PATCH] python3Packages.clickhouse-connect: remove extra comment characters --- .../python-modules/clickhouse-connect/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/clickhouse-connect/default.nix b/pkgs/development/python-modules/clickhouse-connect/default.nix index 64135775a462..e2a2915fe38b 100644 --- a/pkgs/development/python-modules/clickhouse-connect/default.nix +++ b/pkgs/development/python-modules/clickhouse-connect/default.nix @@ -3,22 +3,22 @@ , fetchFromGitHub , pythonOlder , pytestCheckHook - ### build_requires + # build_requires , cython_3 - ### install_requires + # install_requires , certifi , importlib-metadata , urllib3 , pytz , zstandard , lz4 - ### extras_require + # extras_require , sqlalchemy , numpy , pandas , pyarrow , orjson - ### not in tests_require, but should be + # not in tests_require, but should be , pytest-dotenv }: buildPythonPackage rec {