Diff fitsio-1.1.10 with a fitsio-1.2.0

/usr/portage/dev-python/fitsio/fitsio-1.2.0.ebuild 2023-10-09 14:52:30.280368370 +0300
33 33

  
34 34
distutils_enable_tests pytest
35 35

  
36
src_configure() {
37
	cat >> setup.cfg <<-EOF || die
38
		[build_ext]
39
		use_system_fitsio = True
40
	EOF
41
}
36
export FITSIO_USE_SYSTEM_FITSIO=1
42 37

  
43 38
python_test() {
44 39
	cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
Thank you!