mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Update scripts to work on centOS when building packages
This commit is contained in:
committed by
Dan Christian Bogos
parent
b73ac71aa7
commit
427a1d48cd
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/python3
|
||||
|
||||
# depends:
|
||||
# ^ pymongo # install via: easy_install pymongo
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/python3
|
||||
|
||||
# depends:
|
||||
# ^ redis # install via easy_install redis
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/python3
|
||||
|
||||
# depends:
|
||||
# ^ mysql (debian: python-mysql.connector)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/python3
|
||||
|
||||
# depends:
|
||||
# ^ psycopg2 (debian: python-psycopg2)
|
||||
|
||||
Reference in New Issue
Block a user