Advertisement
Guest User

Untitled

a guest
Mar 25th, 2020
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. SUMMARY = "Python machine learning library"
  2. HOMEPAGE = "https://scikit-learn.org/stable/index.html"
  3. LICENSE = "BSD"
  4. LIC_FILES_CHKSUM = "file://COPYING;md5=5f6fa516b7dec5faf1c6031236caebce"
  5.  
  6. SRC_URI[sha256sum] = "57538d138ba54407d21e27c306735cbd42a6aae0df6a5a30c7a6edde46b0017d"
  7.  
  8. PYPI_PACKAGE = "scikit-learn"
  9.  
  10. DEPENDS += "python3-numpy"
  11.  
  12. inherit pypi
  13. inherit setuptools3
  14.  
  15. BBCLASSEXTEND = "native nativesdk"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement