Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: webservcommon
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Team:SQuaRE
Description
setupRequired(anaconda) should be removed from webservcommon.table.
We want to keep the stack buildable with any python 2.7, and should not explicitly depend on anaconda.
Attachments
Issue Links
- is blocked by
-
DM-2605 Package flask dependencies
- Won't Fix
- is triggered by
-
RFC-48 Add Python requests package as external dependency
- Implemented
- relates to
-
DM-4918 rename anaconda package -> lsst-dm/legacy-anaconda
- Done
-
RFC-52 Packages should list all direct dependencies in their ups table files
- Implemented
-
DM-4347 dax_imgserv 2015_10.0 build error
- Done
-
RFC-50 Simplify distribution of common python modules
- Withdrawn
Hi Joshua Hoblitt,
It's difficult to be sure that all "supported" distribution will provide correct version of our python deps, on the other hand, using eups might lead to use of deprecated and non supported deps. virtualenv might not be compliant with eups... So for now I'll stick with the current way we manage dependencies, but I think in production we'll need to use systems deps or at least up-to-date deps.
Cheers,